home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / wp / qhlpc215.zip / README.BAT < prev    next >
DOS Batch File  |  1992-02-01  |  1KB  |  74 lines

  1. echo off
  2. cls
  3.  
  4. :                         Readme.Bat, 01 Feb 92, Rhg
  5.  
  6. if not exist Readme.P0 goto P0err
  7. type Readme.p0
  8. echo.
  9. echo                          Press any key to continue ...
  10. pause > nul
  11.  
  12. if not exist Readme.P1 goto P1err
  13. cls
  14. type Readme.p1
  15. echo.
  16. echo                          Press any key to continue ...
  17. pause > nul
  18.  
  19. cls
  20. if not exist Readme.P2 goto P2err
  21. type Readme.p2
  22. echo.
  23. echo                          Press any key to continue ...
  24. pause > nul
  25.  
  26. cls
  27. if not exist Readme.P3 goto P3err
  28. type Readme.p3
  29. echo                          Press any key to continue ...
  30. pause > nul
  31.  
  32. cls
  33. if not exist Readme.P4 goto P4err
  34. type Readme.p4
  35. echo 
  36. goto end
  37.  
  38. :P0err
  39. echo 
  40. echo ERROR ... can not find the Readme.P0 file.
  41. echo The Readme.P0 file MUST be on the drive that you are logged onto.
  42. echo.
  43. goto end
  44.  
  45. :P1err
  46. echo 
  47. echo ERROR ... can not find the Readme.P1 file.
  48. echo The Readme.P1 file MUST be on the drive that you are logged onto.
  49. echo.
  50. goto end
  51.  
  52. :P2err
  53. echo 
  54. echo ERROR ... can not find the Readme.P2 file.
  55. echo The Readme.P2 file MUST be on the drive that you are logged onto.
  56. echo.
  57. goto end
  58.  
  59. :P3err
  60. echo 
  61. echo ERROR ... can not find the Readme.P3 file.
  62. echo The Readme.P3 MUST be on the drive that you are logged onto.
  63. echo.
  64. goto end
  65.  
  66. :P4err
  67. echo 
  68. echo ERROR ... can not find the Readme.P4 file.
  69. echo The Readme.P4 MUST be on the drive that you are logged onto.
  70. echo.
  71. goto end
  72.  
  73. :end
  74.